go/types.Checker.implicitTypeAndValue (method)

6 uses

	go/types (current package)
		assignments.go#L70: 		newType, val, code := check.implicitTypeAndValue(x, target)
		const.go#L290: 	newType, val, code := check.implicitTypeAndValue(x, target)
		expr.go#L357: func (check *Checker) implicitTypeAndValue(x *operand, target Type) (Type, constant.Value, Code) {
		expr.go#L416: 				t, _, _ := check.implicitTypeAndValue(x, u)
		operand.go#L344: 				newType, _, _ := check.implicitTypeAndValue(x, t.typ)
		operand.go#L348: 		newType, _, _ := check.implicitTypeAndValue(x, T)